Skip to content

Remove TURN fallback from Python SDK#31

Merged
AdirAmsalem merged 1 commit intomainfrom
nagar-decart/remove-turn-fallback
Feb 25, 2026
Merged

Remove TURN fallback from Python SDK#31
AdirAmsalem merged 1 commit intomainfrom
nagar-decart/remove-turn-fallback

Conversation

@nagar-decart
Copy link
Contributor

Summary

  • Remove TurnConfig and IceRestartMessage types from messages.py
  • Remove ice-restart message handling from webrtc_connection.py
  • Remove TURN-related peer connection setup methods

Context

Server-side TURN (coturn) has been removed. Zero relay traffic in 30 days, and the ICE restart flow had a fatal race condition. This is the client-side cleanup.

Test plan

  • Verify Python syntax is valid
  • Verify WebRTC connections work normally (STUN-only)

🤖 Generated with Claude Code

TURN relay has been removed from the server — zero relay traffic in
30 days. Remove client-side ice-restart handling and TurnConfig types.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@AdirAmsalem AdirAmsalem merged commit 180ab13 into main Feb 25, 2026
8 checks passed
@AdirAmsalem AdirAmsalem deleted the nagar-decart/remove-turn-fallback branch February 25, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants